home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
amigan
/
amigan 16
/
ldebugdemo
/
module1.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-01-27
|
103b
|
9 lines
Module1(Argnum,cptr)
int Argnum;
char *cptr;
{
printf("Argument # %d is \"%s\"\n",Argnum,cptr);
}